From 4908b5ef5416c7a4b7d05d6215edd2a8a0fa5c06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Jan 2018 17:20:23 -0500 Subject: [PATCH] Fix file chooser Now that the places sidebar is private, we need to ensure the type is known. --- gtk/gtkfilechooserwidget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index a0e0dc3630..da74bc64a5 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -8580,6 +8580,7 @@ gtk_file_chooser_widget_init (GtkFileChooserWidget *impl) */ g_type_ensure (GTK_TYPE_PATH_BAR); g_type_ensure (GTK_TYPE_PLACES_VIEW); + g_type_ensure (GTK_TYPE_PLACES_SIDEBAR); g_type_ensure (GTK_TYPE_FILE_CHOOSER_ERROR_STACK); gtk_widget_init_template (GTK_WIDGET (impl)); -- 2.30.2